.article {
  margin-top: 25px; }

.article__date {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63px;
  height: 63px;
  font: 14px/20px 'GothamProBold', sans-serif;
  line-height: 17px;
  text-align: center;
  color: #656C6F; }
  .article__date b {
    display: block;
    font-size: 24px;
    line-height: 25px; }

.article p {
  margin: 19px 0; }

.article__desc {
  font: 18px/24px 'GothamPro', sans-serif; }

.article__title {
  font: 18px/24px 'GothamProBold', sans-serif;
  margin-bottom: 15px; }

.article__subtitle {
  font: 18px/24px 'GothamPro', sans-serif;
  margin-bottom: 20px; }

.article__caption {
  padding-left: 20px;
  font: 24px/25px 'GothamProBold', sans-serif;
  color: #656C6F; }

.article__text {
  margin-bottom: 15px;
  font: 14px 'GothamPro', sans-serif; }
  .article__text--small {
    font-size: 12px; }
  .article__text > ul {
    padding-left: 17px;
    margin-bottom: 60px; }
    .article__text > ul li {
      margin: 20px 0px; }

.article__footer {
  margin-top: 50px;
  padding: 25px 0;
  background: #F0F0F0; }
  .article__footer p {
    font: 14px/21px 'GothamPro', sans-serif;
    display: block;
    color: #656c6f; }

.article .back-link {
  margin: 15px 0px; }

.article__prev-page, .article__next-page {
  color: #e20932;
  font: 14px/20px 'GothamProBold', sans-serif;
  display: block;
  position: relative;
  margin-bottom: 10px; }
  .article__prev-page:before, .article__next-page:before {
    content: '';
    position: absolute;
    top: 4px; }

.article__prev-page:before {
  width: 7px;
  height: 12px;
  background: url(../img/sprite.svg) 100% 74.62687% no-repeat;
  left: -15px; }

.article__next-page:before {
  width: 7px;
  height: 12px;
  background: url(../img/sprite.svg) 100% 79.10448% no-repeat;
  right: -15px; }

.news-gallery__title {
  margin-bottom: 40px;
  font-family: 'GothamProBold';
  font-size: 43px;
  color: #181818;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 991px) {
    .news-gallery__title {
      font-size: 34px; } }

.news-gallery__ico img {
  width: 56px !important;
  height: 56px !important;
  margin-right: 22px; }

@media (max-width: 991px) {
  .news-gallery__caption {
    font-size: 26px; } }

.owl-item {
  border: 1px solid #F0EFEF; }

.owl-nav {
  padding-top: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white; }
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    width: 55px;
    height: 55px;
    border: 2px solid #E1E0E0;
    color: white;
    background: url("../img/keyboard-right-arrow-button.svg") center center no-repeat;
    background-size: 23px; }
    .owl-nav .owl-next:hover,
    .owl-nav .owl-prev:hover {
      background-image: url("../img/keyboard-right-arrow-button2.svg"); }
  .owl-nav .owl-prev {
    margin-right: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }